home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / 3dpaint / p3iaairb.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  910 b   |  42 lines

  1.  
  2. // JavaScript wrapper for p3iaairb.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAAIRBRUSHPAINT_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_IAAIRBRUSHPAINT = 725;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IAAIRBRUSHPAINTA_Continuou = 725500;
  19. function SetR3IAAIRBRUSHPAINTA_Continuou(value) {
  20.   R3Set(this.r3obj, R3IAAIRBRUSHPAINTA_Continuou, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3IAAIRBRUSHPAINTA_Continuou() {
  24.   return R3Get(this.r3obj, R3IAAIRBRUSHPAINTA_Continuou, R3TID_INTEGER, 0); 
  25. }
  26.  
  27.  
  28.  
  29. function r3Iaairbrushpaint () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_IAAIRBRUSHPAINT, arguments);
  33.    }
  34.    // Methods
  35.  
  36.    // Attributes
  37.    this.GetContinuou=GetR3IAAIRBRUSHPAINTA_Continuou;
  38.    this.SetContinuou=SetR3IAAIRBRUSHPAINTA_Continuou;
  39. }
  40.  
  41. r3Iaairbrushpaint.prototype=new r3Intact;
  42. // p3iaairb.h_H